home *** CD-ROM | disk | FTP | other *** search
/ Serving Financial Service…olutions Suite 1994 Fall / Serving Financial Services Solutions Suite 1994 Fall.iso / Apps / Pages / Pages.app / English.lproj / BinderSpeedBar.nib / data.classes next >
Text File  |  1994-12-14  |  426b  |  31 lines

  1. PGObject = {
  2.     SUPERCLASS = Object;
  3. };
  4. FirstResponder = {
  5.     ACTIONS = {
  6.     };
  7.     SUPERCLASS = Object;
  8. };
  9. PGSpeedBar = {
  10.     ACTIONS = {
  11.     };
  12.     OUTLETS = {
  13.     speedBarView;
  14.     };
  15.     SUPERCLASS = PGObject;
  16. };
  17. BinderSpeedBar = {
  18.     ACTIONS = {
  19.     setStyle:;
  20.     setColumns:;
  21.     insertElement:;
  22.     };
  23.     OUTLETS = {
  24.     subBarView;
  25.     columnButton;
  26.     insertElementButton;
  27.     stylePopupButton;
  28.     };
  29.     SUPERCLASS = PGSpeedBar;
  30. };
  31.